home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2000 May
/
PCWorld_2000-05_cd.bin
/
Software
/
TemaCD
/
povray
/
povwin3.exe
/
%MAINDIR%
/
Insert Menu
/
Shapes
/
cylinder.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-04-06
|
292 b
|
12 lines
// Capped Cylinder, closed [or open ended]
// cylinder { <END1>, <END2>, RADIUS [open] }
// END1 = coord of one end of cylinder
// END2 = coord of other end
// RADIUS = size of cylinder
// open = if present, cylinder is hollow, else capped
cylinder
{
0*x, 3*x, 1
// open
}